========= Execution ========= .. _exe ref: Modifiers and definitions ------------------------- XML files +++++++++ Now that CEINMS-RT is installed and compiled, we need to create and define the parameters of the neuromusculoskeletal model. Three examples are shown in the :ref:`Tutorials `. The definitions of the simulation are defined in two **XML** files that link to 3D models, connections, forces, loads, filters, etc. These **XML** files are called the subject and the execution file. \ Modifiers +++++++++ Next to the XML files, there are a few modifiers available to the user, these are compiled in a table below: +------------------------------------------------------------------------------+ |C:\\\\bin\\Win\\Debug\\CEINMS.exe | |[-g] [-p ] [-r ] | |[-v ] -e -s | |[--] [--version] [-h] | +==============================================================================+ |Where: | +---------------+--------------------------------------------------------------+ |``-g`` |``--gui`` | +---------------+--------------------------------------------------------------+ |Use the graphical interface | +---------------+--------------------------------------------------------------+ |``-p ``|``--process `` | +---------------+--------------------------------------------------------------+ |Process the emgFilt.txt and ik.sto found in arg (string) directory in | |a offline ways. This option overrule the execution.xml. | +---------------+--------------------------------------------------------------+ |``-r ``|``--record `` | +---------------+--------------------------------------------------------------+ |Save the output in a directory. The name of the directory is arg | |(string). | +---------------+--------------------------------------------------------------+ |``-v `` |``--verbose `` | +---------------+--------------------------------------------------------------+ |Verbose option. arg (int) is the level of verbose output (0 no output, | |1 basic output, 2 debug information and 3 in-loop debug). | +---------------+--------------------------------------------------------------+ |``-e ``|``--execution `` | +---------------+--------------------------------------------------------------+ |(required) Execution xml file option. See execution.xsd in XSD | |directory for more information. | +---------------+--------------------------------------------------------------+ |``-s ``| ``--subject `` | +---------------+--------------------------------------------------------------+ |(required) Subject specific for CEINMS-RT xml file. See subject.xsd in | |XSD directory for more information. | +---------------+--------------------------------------------------------------+ |``-t ``|``--timer `` | +---------------+--------------------------------------------------------------+ |(optional) Kill CEINMS-RT & GUI after a given time (in seconds). | +---------------+--------------------------------------------------------------+ |``--`` |``--ignore_rest`` | +---------------+--------------------------------------------------------------+ |Ignores the rest of the labeled arguments following this flag. | +------------------------------------------------------------------------------+ |``--version`` | +------------------------------------------------------------------------------+ |Displays version information and exits. | +---------------+--------------------------------------------------------------+ |``-h`` |``--help`` | +---------------+--------------------------------------------------------------+ |Displays usage information and exits. | +------------------------------------------------------------------------------+